var net/http.http2ErrFrameTooLarge

6 uses

	net/http (current package)
		h2_bundle.go#L1931: 		return http2ErrFrameTooLarge
		h2_bundle.go#L2048: var http2ErrFrameTooLarge = errors.New("http2: frame too large")
		h2_bundle.go#L2077: 			return fh, fmt.Errorf("http2: failed reading the frame payload: %w, note that the frame header looked like an HTTP/1.1 header", http2ErrFrameTooLarge)
		h2_bundle.go#L2079: 		return fh, http2ErrFrameTooLarge
		h2_bundle.go#L5514: 		if err == http2ErrFrameTooLarge {
		h2_bundle.go#L9534: 	if errors.Is(err, http2ErrFrameTooLarge) {